@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "/common/css/format.css";

/* PC
--------------------------------------- */
@media only screen and (min-width: 737px) {

	.flex_normal {
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-flex-align: start;
		display: -webkit-flex;
		-webkit-flex-direction: row;
		display: flex;
		flex-direction: row;
	}
	.flex_between {
		display: -ms-flexbox;
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		display: -webkit-flex;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.flex_between_wrap {
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-ms-flex-direction: row;
		-ms-justify-content: space-between;
		-ms-flex-align: start;
		display: -webkit-flex;
		flex-wrap: -webkit-wrap;
		-webkit-flex-direction: row;
		-webkit-justify-content: space-between;
		-webkit-align-items: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	body {
		background: #FFF8BE;
		font-size: 14px;
		line-height: 1;
	}
	ul.disc li {
		list-style: disc;
		margin-left: 1em;
	}
	.red {
		color: #FF0000;
	}

	.hide_pc {
		display: none;
	}
	body {
		min-width: 1200px;
	}


	header{
		width: 100%;
	}

	header h1{
		width: 100%;
		text-indent: -9999px;
		background: #ffe100 url(/event/game/auction/2019/img/head_pc.jpg) center center no-repeat;
		height: 530px;
	}

	footer {
		display: table;
		position: relative;
		width: 100%;
		min-width: 1200px;
		height: 300px;
		background: #FFF8BE url(/event/game/auction/2019/img/bg_footer.png) center center no-repeat;
		background-size: cover;
	}
	footer p {
		position: absolute;
		width: 100%;
		bottom: 50px;
		margin: 0;
		color: #000;
		text-align: center;
	}
	nav {
		background: #ffe100 url(/event/game/auction/2019/img/bg_nav.gif) center center repeat-x;
	}
	nav ul {
		border-left: 1px solid #e0b313;
		width: 980px;
		margin: 0 auto;
		display: table;
	}
	nav li {
		border-right: 1px solid #e0b313;
		display: table-cell;
		width: 179px;
		text-align: center;
	}
	nav li.link-off{
		background: rgba( 0,0,0,.4);
	}
	nav li a{
		display: block;
		height: 60px;
		line-height: 60px;
	}
	nav li a:hover{
		background: rgba(230,60,12,.4);
	}
	nav li img{
		width: auto;
		height: 18px;
		vertical-align: middle;
	}
	nav li.logo img{
		width: auto;
		height: 30px;
	}

	.btn_area {
		margin: 20px auto 0 auto;
		width: 300px;
	}
	.btn_area.w1 {
		width: 144px;
	}
	.btn_area p {
		margin-bottom: 10px;
		text-align: center;
	}
	.btn_area li a:hover,
	.btn_area li input:hover {
		opacity: 0.7;
	}
	.btn_area.home{
		width: 428px;
	}

	article h2.stl{
		background: #ffe100 url(/event/game/auction/2019/img/bg_stl.gif) center center repeat-x;
		height: 94px;
		line-height: 94px;
		text-align: center;
	}
	article h2.stl img{
		vertical-align: middle;
	}

	article .wrap{
		width: 920px;
		padding: 30px;
		background: #FFF;
		margin: 30px auto 60px auto;
		font-size: 14px;
	}

/*-----------------------------
	INTRO
------------------------------*/
	#intro {
		padding: 30px 0;
		background: #000000;
	}
	#intro .intro_wrap {
		padding: 0;
		margin: 0 auto;
		width: 980px;
	}
	#intro h2{
		text-align: center;
		padding-bottom: 10px;
	}

	#intro h3{
		text-align: center;
		padding-bottom: 30px;
	}
	#intro h3 img#stl_1{
		padding-right: 30px;
	}

	}
	#intro dl {
		width: 580px;
	}
	#intro dt {
		text-align: center;
	}
	#intro dd {
		margin-top: 30px;
		font-size: 14px;
		line-height: 2.0;
		color: #FFF;
	}
	#intro p {
		width: 400px;
		text-align: right;
	}

/*-----------------------------
	OUTLINE
------------------------------*/

	#outline dl {
		margin-bottom: 30px;
	}
	#outline dl:last-child {
		margin-bottom: 0;
	}
	#outline dt {
		font-weight: bold;
	}

/*-----------------------------
	PLAYERLIST
------------------------------*/
	#playerlist p.lead {
		margin-bottom: 30px;
	}
	#playerlist .flex_between_wrap div {
		width: 292px;
		margin-right: 22px;
	}
	#playerlist .flex_between_wrap div:nth-child(3n){
		margin-right: 0;
	}
	#playerlist .list_wrap h4 {
		padding: 3px 0;
		margin-bottom: 15px;
		background: #d3d3d3;
		font-size: 14px;
		font-weight: normal;
		text-align: center;
	}
	#playerlist .list_wrap p {
		margin-bottom: 30px;
		font-size: 16px;
		text-align: center;
	}
	#playerlist .list_wrap.player p {
		margin-bottom: 15px;
	}
	#playerlist input[type="radio"] {
		width: 16px;
		height: 16px;
		vertical-align: -2px;
	}

/*-----------------------------
	NOTES
------------------------------*/
	#notes li {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#notes li:last-child {
		margin-bottom: 0;
	}

/*-----------------------------
	GUIDE
------------------------------*/
	#guide p {
		margin-bottom: 20px;
	}
	#guide dt {
		margin: 20px 0 5px 0;
		font-weight: bold;
	}

/*-----------------------------
	RULE
------------------------------*/
	#rule dl{
		padding-bottom: 10px;
	}
	#rule .wrap > p{
		padding-bottom: 20px;
		font-size: 12px;
	}

	#rule dt{
		font-weight: bold;
		font-size: 14px;
	}
	#rule dd{
		padding: 0 0 20px 15px;
		font-size: 12px;
	}
	#rule dd > ol{
		list-style-type: decimal;
		line-height: 2.0;
		margin-left: 15px;
	}

/*-----------------------------
	REGIST
------------------------------*/
	#regist .bar{
		width: 920px;
		height: 48px;
		background: url(../img/bar_regist.gif) 0 0 no-repeat;
		text-indent: -9999px;
		padding-bottom: 30px;
	}
	#regist.interim .bar{
		width: 920px;
		height: 48px;
		background: url(../img/bar_interimregist.gif) 0 0 no-repeat;
		text-indent: -9999px;
		padding-bottom: 30px;
	}
	#regist p{
		line-height: 2.0;
	}
	#regist p a{
		color: #cc0000;
	}
	#regist p.links{
		padding: 20px 0 30px 0;
	}

	#regist table.basic{
		margin: 30px 0 0 0;
		width: 100%;
	}
	#regist table.basic th{
		width: 30%;
		background: #fffad2;
		font-weight: normal;
		padding: 10px;
		border: 1px solid #b2b2b2;
	}
	#regist table.basic td{
		background: #efefef;
		padding: 10px;
		border: 1px solid #b2b2b2;
	}
	input[type="text"],	input[type="password"],select{
		padding: 5px;
	}
	input[type="text"].w1 {
		width: 80px;
	}

	input[type="text"].w2 {
		width: 160px;
	}
	input[type="text"].w3 {
		width: 240px;
	}

	span.must{
		color: #cc0000;
	}

	#sys-error{
		background: #FFEEEE;
		padding: 20px;
		margin-top: 20px;
	}
	#sys-error p{
		color: #cc0000;
		font-weight: bold;
		padding-bottom: 10px;
	}

	#sys-error li{
		color: #cc0000;
		list-style-type: disc;
		margin-left: 2em;
	}

/*-----------------------------
	WITHDRAW
------------------------------*/
	.withdraw_complete .wrap_w{
		padding-bottom: 30px;
	}


}
